projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae71fe3
)
colorutils: Remove unused macro
author
Timm Bäder
<mail@baedert.org>
Fri, 25 Sep 2020 19:31:49 +0000
(21:31 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 14 Oct 2020 19:06:12 +0000
(15:06 -0400)
gtk/gtkcolorutils.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcolorutils.c
b/gtk/gtkcolorutils.c
index 1740485cb9227e7a8f5424dbdec0db358384b2d8..b027f37ab0ff8e0ab7c7dda4cd9ec575bdd889c1 100644
(file)
--- a/
gtk/gtkcolorutils.c
+++ b/
gtk/gtkcolorutils.c
@@
-35,8
+35,6
@@
#include "gtkcolorutils.h"
-#define INTENSITY(r, g, b) ((r) * 0.30 + (g) * 0.59 + (b) * 0.11)
-
/* Converts from HSV to RGB */
static void
hsv_to_rgb (float *h,